projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae901c5
)
Add check to 'changes.html', too.
author
robertl
<robertl>
Thu, 11 Dec 2003 17:00:43 +0000
(17:00 +0000)
committer
robertl
<robertl>
Thu, 11 Dec 2003 17:00:43 +0000
(17:00 +0000)
chkdoc
patch
|
blob
|
history
diff --git
a/chkdoc
b/chkdoc
index 871e8f8c321bc1728ce9a91896e482b6b3448e48..ee7409a512ab88b7ad0fac170661173e9865c48d 100755
(executable)
--- a/
chkdoc
+++ b/
chkdoc
@@
-12,6
+12,12
@@
do
ECODE=1
fi
+ if ! grep -qi $TYPE ~/src/babelweb/changes.html
+ then
+ echo $TYPE is not documented in changes.html.
+ ECODE=1
+ fi
+
if ! grep -qi "^ $TYPE$" README
then
echo $TYPE is not documented in README.